#footer{
	width:100%;
	background-color:#333333;
	overflow:hidden;
	position:relative;
}

.footer-wrap{
	width:80%;
	margin: 0px auto;
	padding: 50px 0 20px 0;
}

.footer-wrap a{
	color: #ccccce;
	margin-right: 30px;
}

.flinks h3{
	margin: 5px 0px 15px 0px;
	color: #fff;
	font-size: 16px;
	font-weight:bold;
}

.aboutus{
	margin-bottom: 60px;
}

.qrcode{
	width: 230px;
	text-align:center
}

.qrcode p{
	color: #ccccce;
	font-size: 16px;
	margin-top: 15px;
	height: 25px;
	line-height: 25px;
	padding-left: 25px;
}

.qrcode p.qrcode_wx{
	background:url(../images/qrcode_icon.jpg) left center no-repeat;
}

.copyright{
	color: #ccccce;
	margin-top:10px;
}

.footer-box-r{
	height: 100%;
}

.footer-line{
	border-left: 1px solid #484848;
	height:276px;
	width:1px;
	position:absolute;
	top:0;
	right: 700px;
}